Added the implementation of Huffman coding in cpp#223
Added the implementation of Huffman coding in cpp#223Pradeepsingh61 merged 1 commit intoPradeepsingh61:mainfrom harshendram:Algo/huff
Conversation
|
🎉 Welcome to Hacktoberfest 2025, @harshendram! 🎃 Thank you for your first contribution to our DSA repository! Here's what happens next: 🔍 Automatic Checks
📋 Next Steps🎯 Great job! Your code compiled successfully. Maintainers @Karanjot786 and @Pradeepsingh61 will review your PR soon. 🎁 What You Get
💡 Tips for Success
Welcome to the community! 🚀 |
🤖 Automated PR Status🔍 Code Validation✅ Passed - File naming and structure look good! 🧪 Compilation Tests✅ Passed - All code compiles successfully! 📋 Overall Status🎉 Ready for Review - Your PR has passed all automated checks! This comment was generated automatically. Checks will re-run when you push new commits. |
|
Hi @harshendram didn't create new issues just open the PR and also fix this PR #221 error |
Karanjot786
left a comment
There was a problem hiding this comment.
it is good @Pradeepsingh61 now you can merge it
|
okay sorry sir @Karanjot786 |
it's ok |
This pull request adds a new implementation of the Huffman coding algorithm using a greedy approach in C++. The code includes all necessary logic to build the Huffman tree and print out the character codes for a given input string.
New Huffman coding algorithm implementation:
huffman_algo.cppwith a complete Huffman coding solution, including tree construction, priority queue logic, and code printing for each character in the input string.issue no #222
Dear Maintainers
@Pradeepsingh61 @Karanjot786 please add the required labels such as hacktoberfest-accepted and hacktoberfest2025 and merge the PR